home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / iris / asyncio.readme < prev    next >
Text File  |  1999-05-14  |  845b  |  29 lines

  1. short:    AsyncIO library for fast IO. V39.2
  2. uploader: cmh@lls.se (Magnus Holmgren)
  3. type:     dev/c
  4.  
  5. This link library (optionally shared library) provides DOS-like functions
  6. for using double buffered asyncronous IO on files. This provides very good
  7. performance on DMA devices.
  8.  
  9. The code was originally written by Martin Taillefer. A few bug fixes and
  10. updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
  11. Barthel.
  12.  
  13. News in version 39.2:
  14.  
  15.     Fixed bugs in ReadLineAsync(), ReadCharAsync() and WriteCharAsync().
  16.  
  17.     SeekAsync() is now more DOS-compatible, in that it allows seeks to
  18.     succeed after seeks past EOF. Thus, it is now possible to seek back
  19.     to a valid position in the file and continue reading there.
  20.  
  21. News in version 39.1:
  22.  
  23.     A bugfix in SeekAsync() needed fixing. ;)
  24.  
  25.     Docs cleaned up.
  26.  
  27.     Various other minor changes.
  28.  
  29.